home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
editor
/
mintr151.zip
/
TEXT2C.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-08-23
|
305b
|
5 lines
REM This batch file coverts a text file into a C string constant
REM The first argument is the file name, the second is the name of the string
REM The converted file is saved with the extension .cpp
MT /qxb+(.cpp)n+ %1 .{~0} = "char far %2[] = \"" \s*.{0~} = \";\r\n [\B?\'\"] = \B\i \r\n = \Bn\B\r\n